ImageObject.resize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool resize(size_t newWidth, size_t newHeight)
    class ImageObject(Impl)
    @safe
    bool
    resize
    (
    size_t newWidth
    ,
    size_t newHeight
    )
    if (
    is(Impl == struct) &&
    isUnsigned!(ImageIndexType!Impl)
    &&
    (ImageIndexType!Impl).sizeof <= (void*).sizeof
    )
  2. bool resize(size_t newWidth, size_t newHeight)

Meta